home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / ver_cont / cvs-1.8 / cvs-1 / cvs-1.8.1 / macintosh / Makefile < prev    next >
Encoding:
Makefile  |  1996-05-06  |  1.0 KB  |  67 lines

  1. # Generated automatically from Makefile.in by configure.
  2. #### Under MacOS and CodeWarrier, we use project files, not
  3. #### this makefile.  However, we need this file in order for 'make
  4. #### dist' to work properly on Unix machines.
  5.  
  6. srcdir     = .
  7. top_srcdir = ..
  8. cvs_srcdir = ../src
  9.  
  10. SHELL = /bin/sh
  11.  
  12. prefix = /usr/local
  13. exec_prefix = ${prefix}
  14.  
  15.  
  16. HEADERS = \
  17.   config.h \
  18.   options.h \
  19.   maccvs.pch
  20.   
  21. SOURCES = \
  22.   macos_filesys.c \
  23.   pwd.c \
  24.   rcmd.c \
  25.   run.c \
  26.   server_if.c
  27.   
  28. DISTFILES = \
  29.   ${HEADERS} \
  30.   ${SOURCES} \
  31.   README.MacCVS \
  32.   Makefile.in \
  33.   services \
  34.   maccvs.rsrc.sit.hqx \
  35.   maccvs165.patch \
  36.   maccvs.projects.sit.hqx
  37.  
  38. all:
  39.  
  40. .PHONY: all install uninstall
  41. all install uninstall:
  42.  
  43. .PHONY: tags TAGS
  44. tags TAGS:
  45.  
  46. .PHONY: ls
  47. ls:
  48.     @echo ${DISTFILES}
  49.  
  50. .PHONY: clean distclean realclean mostlyclean
  51. clean distclean realclean mostlyclean:
  52.  
  53. .PHONY: lint
  54. lint:
  55.  
  56. .PHONY: dist-dir
  57. dist-dir:
  58.     mkdir ${DISTDIR}
  59.     for i in ${DISTFILES}; do \
  60.         ln $(srcdir)/$${i} ${DISTDIR}; \
  61.     done
  62.     ln Makefile ${DISTDIR}
  63.  
  64. clean:
  65.     @echo make clean does nothing in macintosh subdir
  66.  
  67.